home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 38 / Softdisk for Windows 38.iso / oilpro / OILPRO.EXE / OILPRO.DXR / 00256_DSTARTGRID4.ls < prev    next >
Encoding:
Text File  |  1997-08-20  |  168 b   |  9 lines

  1. on mouseUp
  2.   global STARTED, DR
  3.   if STARTED = 0 then
  4.     set the castNum of sprite 39 to cast "DSTARTGRID1"
  5.     puppetSound("STARTWAV")
  6.     updateStage()
  7.   end if
  8. end
  9.